From: Juanma Barranquero Date: Wed, 12 Feb 2003 11:41:10 +0000 (+0000) Subject: (describe-function-1): Change output for keyboard macros. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28307 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=13724c9d36f9e093f6b6db68fe780e943808460d;p=emacs.git (describe-function-1): Change output for keyboard macros. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 4b5a2e03208..cda2e7d19f2 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -323,6 +323,9 @@ The usage info is built from ARGLIST. DOC can be nil." function))))) usage) (car usage)) + ((or (stringp def) + (vectorp def)) + (format "\nMacro: %s" (format-kbd-macro def))) (t "[Missing arglist. Please make a bug report.]"))) (terpri)) (let ((obsolete (and